home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1323 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: info.uah.edu!oreo!gbacon
  2. From: gbacon@oreo (Greg Bacon)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: The dreaded screen flicker (To graphics programmers)
  5. Date: 13 Jan 1996 01:11:28 GMT
  6. Organization: The University of Alabama in Huntsville
  7. Message-ID: <4d70s0$88a@info.uah.edu>
  8. References: <DKzBFJ.BC6@eskimo.com>
  9. NNTP-Posting-Host: oreo.aspire.cs.uah.edu
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Skye Offerle (gargamel@eskimo.com) wrote:
  13. : Greetings fellow C artists and artistas,
  14.  
  15. : I am writing a 3D visualization program and am in great need of a
  16. : stable, preferably quick ( ala in-line asm ) double-buffering routine
  17. : to eliminate the dreaded screen flicker.  I have read the many FAQs
  18. : from C to graphics, searched the enormous files archives, and alas,
  19. : have found nothing of assistance in this task.  I am sure that most
  20. : real graphics coders must consider this fundamental, and I would
  21. : appreciate any help in the form of code, a pointer to a resource, or
  22. : any other kind of solution!
  23.  
  24. : FYI, I am using MS QuickC ver. 2.5, and am seeking a routine that will
  25. : work in 640x480 or above.  In _Tricks of the Game Programming Gurus_
  26. : there is some asm code for double buffering in 320x200, which works
  27. : most of the time.  The rest of the time, ( I suspect a memory
  28. : allocation error ) something goes VERY awry and my system either
  29. : warm-boots or freezes at the DOS prompt, spitting out the ugly
  30. : message: Invalid Command.Com, System Halted.
  31.  
  32. : Any help is much appreciated.
  33.  
  34. : Muchas Gracias,
  35. : Skye Offerle
  36.  
  37. Graphics and graphics interfaces aren't defined by the C Language nor
  38. its standard.  Try comp.os.msdos.programmer or comp.lang.asm.x86
  39.  
  40. Greg
  41. --
  42. Greg Bacon <gbacon@cs.uah.edu>
  43. University of Alabama in Huntsville
  44. CS Department Systems Support Team
  45.